翻訳と辞書
Words near each other
・ Minoru Watanabe
・ Minoru Yada
・ Minoru Yamamoto
・ Minoru Yamasaki
・ Minoru Yanagida
・ Minoru Yano
・ Minoru Yasui
・ Minoru Ōta
・ Minorville
・ Minorville (album)
・ Minorville, Florida
・ MINOS
・ Minos
・ Minos (dialogue)
・ Minos (disambiguation)
MINOS (optimization software)
・ Minos (rapper)
・ Minos EMI
・ Minos Kokkinakis
・ Minos Kyriakou
・ Minos Volanakis
・ Minos Wines
・ MINOS+
・ Minosaphaenops
・ Minose Station
・ Minoshi Station
・ Minoshima Station
・ Minostowice
・ Minosuke Hiroe
・ Minot (Amtrak station)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

MINOS (optimization software) : ウィキペディア英語版
MINOS (optimization software)
__NOTOC__
MINOS is a Fortran software package for solving linear and nonlinear mathematical optimization problems. MINOS (Modular In-core Nonlinear Optimization System) may be used for linear programming, quadratic programming, and more general objective functions and constraints, and for finding a feasible point for a set of linear or nonlinear equalities and inequalities.
MINOS was first developed by Bruce Murtagh and Michael Saunders, mostly at the Systems Optimization Laboratory in the Department of Operations Research at Stanford University. In 1985, Saunders was awarded the inaugural Orchard-Hays prize 〔(Beale-Orchard-Hays Prize winners )〕 by the Mathematical Programming Society (now the Mathematical Optimization Society) for his work on MINOS. Despite being one of the first general-purpose constrained optimization solvers to emerge, the package remains heavily used. MINOS is supported in the AIMMS, AMPL, APMonitor, GAMS, and TOMLAB modeling systems. In addition, it remains one of the top-used solvers on the NEOS Server〔(NEOS Server )〕 and in GAMS.〔(GAMS/MINOS Solver description )〕
==Operation==
Ideally, the user should provide gradients of the nonlinear functions. (This is automatic in most of the modeling systems mentioned above.) If some or all of the gradients are not provided, MINOS will approximate the missing ones by finite differences, but this could be slow and less reliable. If the objective function is convex and the constraints are linear, the solution obtained will be a global minimizer. Otherwise, the solution obtained may be a local minimizer.
For linear programs, a two-phase primal simplex method is used. The first phase minimizes the sum of infeasibilities. For problems with linear constraints and a nonlinear objective, a reduced-gradient method is used. A quasi-Newton approximation to the reduced Hessian is maintained to obtain search directions. The method is most efficient when many constraints or bounds are active at the solution.
For problems with nonlinear constraints, a linearly constrained Lagrangian method is used. This involves a sequence of major iterations, each of which solves (perhaps approximately) a linearly constrained subproblem. The subproblem objective is an augmented Lagrangian, and the subproblem constraints are linearizations of the nonlinear constraints at the current point.
MINOS is intended for large sparse problems. There is no fixed limit on problem size. Most working storage is contained in one double-precision array (which should be sufficiently large). The source code is suitable for all scientific machines with a Fortran compiler.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「MINOS (optimization software)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.